home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / u_man / cat4 / X11 / ximconf.z / ximconf
Encoding:
Text File  |  2002-10-03  |  6.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXIIIIMMMMCCCCOOOONNNNFFFF((((4444))))          XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 5555))))           XXXXIIIIMMMMCCCCOOOONNNNFFFF((((4444))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           ximconf - Configuration file of Input Manager of the X
  10.           Window System Version 11 (xwnmo(1X))
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           ////uuuussssrrrr////lllliiiibbbb////wwwwnnnnnnnn////xxxxiiiimmmmccccoooonnnnffff
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           _x_i_m_c_o_n_f contains the information regarding the
  17.           configurations of _x_w_n_m_o, such as, environments of each
  18.           supported languages(the relation between internal locale and
  19.           external locale, CSWIDTH(code set width), whether use
  20.           conversion server or not and etc.), default locale and
  21.           locale for world environment.
  22.  
  23.           Lines that start with a semicolon (;) are comments.
  24.  
  25.           CCCCooooddddiiiinnnngggg ffffoooorrrrmmmmaaaatttt::::
  26.  
  27.                {ext_locale}[|{ext_locale}|...] {lang}
  28.                {internal_locale} {cswidth} {using_server} {code_trans}
  29.                or
  30.                setdefaultlocale    {def_locale}
  31.                or
  32.                setworldlocale      {world_locale}
  33.  
  34.  
  35.           eeeexxxxtttt____llllooooccccaaaalllleeee
  36.                     Specifies a locale name used by client. If a
  37.                     client requests _x_w_n_m_o to use the ext_locale, _x_w_n_m_o
  38.                     will refer the client to lang, internal_locale and
  39.                     etc. in same line. Plural ext_locale can be
  40.                     specified with separator '|'.
  41.  
  42.           llllaaaannnngggg      Specifies a lang name which is referred as LANG
  43.                     name on Wnn environment.  Please refer manuals for
  44.                     serverdefs or uumrc of Wnn.
  45.  
  46.           iiiinnnntttteeeerrrrnnnnaaaallll____llllooooccccaaaalllleeee
  47.                     Specifies a locale name which is used as internal
  48.                     locale by _x_w_n_m_o.  The Wnn library can process only
  49.                     EUC encoding. Therefore _x_w_n_m_o must use locales are
  50.                     subset of EUC. Must specify locales are subset of
  51.                     EUC in internal_locale.
  52.  
  53.           ccccsssswwwwiiiiddddtttthhhh   Specifies CSWIDTH(code set width) of
  54.                     internal_locale.  Code format of CSWIDTH follows.
  55.                     CSWIDTH=b1[:c1][,b2[:c2][,b3[:c3]]]
  56.                     "b1-b3" is byte length of each code set(except SS2
  57.                     or SS3).
  58.                     "c1-c3" is column length of each code set.
  59.                     "b1" and "c1" is for code set 1.
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXIIIIMMMMCCCCOOOONNNNFFFF((((4444))))          XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 5555))))           XXXXIIIIMMMMCCCCOOOONNNNFFFF((((4444))))
  71.  
  72.  
  73.  
  74.                     "b2" and "c2" is for code set 2.
  75.                     "b3" and "c3" is for code set 3.
  76.  
  77.           uuuussssiiiinnnngggg____sssseeeerrrrvvvveeeerrrr
  78.                     Specifies whether this language environment uses
  79.                     its conversion server or not. If ``True'' or
  80.                     ``TRUE'' is specified, the conversion server will
  81.                     be used.  Otherwise it will not be used. For
  82.                     example; in case of Latin languages, input of
  83.                     those languages will be realized with automaton
  84.                     conversion.
  85.  
  86.           ccccooooddddeeee____ttttrrrraaaannnnssss
  87.                     In case of peculiar languages(e.g. Chinese), it is
  88.                     necessary to translate internal code to code for
  89.                     drawing (e.g. Yincoding of Chinese). In those
  90.                     language, code_trans specifies the translation
  91.                     method as string.  Otherwise ``Normal'' must be
  92.                     specified in code_trans.  Currently, only
  93.                     ``Yincoding'' is support. It is for Yincoding of
  94.                     Chinese.
  95.  
  96.           ddddeeeeffff____llllooooccccaaaalllleeee
  97.                     Specifies default locale name. If locale for
  98.                     Root-mode is empty or "C" locale, this default
  99.                     locale will be used. If def_locale is not
  100.                     specified, DEFAULT_LANG will be used as default
  101.                     locale. DEFAULT_LANG depends on environment of
  102.                     compiling. If you want to know DEFAULT_LANG, set
  103.                     the resource langName as NULL, set the environment
  104.                     variable LANG as "C" and execute _x_w_n_m_o. Then _x_w_n_m_o
  105.                     will print the message "I try to set locale to
  106.                     default ???.". This ??? is DEFAULT_LANG.
  107.  
  108.           wwwwoooorrrrlllldddd____llllooooccccaaaalllleeee
  109.                     Specifies locale for world environment. If a
  110.                     client requests _x_w_n_m_o to use this world locale,
  111.                     _x_w_n_m_o will create multi-language environment for
  112.                     the client. If world_locale is not specified,
  113.                     "wr_WR.ct" will be used as default.
  114.  
  115.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  116.           xwnmo(1X)
  117.  
  118.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  119.           Copyright 1992 by OMRON Corporation
  120.           Copyright 1992 by Massachusetts Institute of Technology
  121.  
  122.      AAAAUUUUTTTTHHHHOOOORRRR
  123.           Seiji Kuwari (OMRON Corporation)
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 10/3/02)
  130.  
  131.  
  132.  
  133.